ListSourceType Enumeration

Represents how to populate the entry list in a combo box or list box control.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ListSourceType

Members

Table0 Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
Query1 Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
Sql2 Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
SqlPassThrough3 Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
ValueList4 Entry list populated by values specified by the form.
TableFields5 Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
None6 None.

See Also